From 723fb6c8be4d8547d0c0b9b6fe03be077b37e171 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 Jun 2023 07:09:04 -0400 Subject: [PATCH] gtk4-builder-tool: Fix naming We install the tool as gtk4-builder-tool, so that is what it should call itself. String change. --- tools/gtk-builder-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gtk-builder-tool.c b/tools/gtk-builder-tool.c index 5ac829b519..48b23f0e06 100644 --- a/tools/gtk-builder-tool.c +++ b/tools/gtk-builder-tool.c @@ -34,7 +34,7 @@ static void G_GNUC_NORETURN usage (void) { g_print (_("Usage:\n" - " gtk-builder-tool [COMMAND] [OPTION…] FILE\n" + " gtk4-builder-tool [COMMAND] [OPTION…] FILE\n" "\n" "Perform various tasks on GtkBuilder .ui files.\n" "\n" -- 2.30.2